home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / avid / cdindexer / CDIndexer.msi / Instal01.cab / _80BEE92978B04FACB3EACA4C3CB416CF < prev    next >
Encoding:
Text File  |  2003-05-18  |  6.1 KB  |  155 lines

  1. ########################################################################################
  2. # CDIndexer Cover Template File (C)2002, GD Software                                  ##
  3. #                                                                                     ##
  4. # Revision 1.1                                                                        ##
  5. # Author: Brian Niels Bergh                                                           ##
  6. ########################################################################################
  7.  
  8. # DRAW STYLES
  9. # 0 = ______
  10. # 1 = ---------
  11. # 2 = .........
  12. # 3 = -.-.-.-.-
  13. # 4 = -..-..-..
  14. # NOTE!
  15. # LINE SIZE IS GIVEN IN "POINT" size. But is shown as PIXEL size on screen.
  16. #
  17. # API:
  18. # PRE DEFINED VARIABLES TO USE:
  19.  
  20. # NORMAL (ALWAYS PRESSENT):
  21. #-------------------------------------------------------------------------------------------------------------
  22. # %category%                                :Disk category
  23. # %date%                                    :Disk scanned date
  24. # %description%                             :Disc description
  25. # %disktype%                                :DiskType
  26. # %files%                                   :Number of files
  27. # %id%                                      :ID
  28. # %loaneddate%                              :Loaned date
  29. # %loanedto%                                :Loaned to
  30. # %returndate%                              :Return date
  31. # %serialnumber%                            :Disk serial number
  32. # %size%                                    :Disk size (formated)
  33. # %title%                                   :Disk title
  34. # %attact_filename%                         :Attchment filename (if any files are attached)
  35. # %picture%                                 :Picture, if any! (Only .jpg,.bmp and .gif is supported!)
  36. #
  37. # SPECIAL "Movie Descriptor plugin"
  38. #-------------------------------------------------------------------------------------------------------------
  39. # %p_title%                                 :Title
  40. # %p_language%                              :Language
  41. # %p_length%                                :Length
  42. # %p_actor%                                 :Actor(s)
  43. # %p_director%                              :Director(s)
  44. # %p_year%                                  :Year
  45. # %p_color%                                 :Color (Yes/No)
  46. # %p_media%                                 :Media (DVD/VCD etc)
  47. # %p_description%                           :Description (formated with Movie descriptor)
  48. # %p_soundtype%                             :Sound type (Dolby, digital, mone etc)
  49. # %p_region%                                :Region
  50. # %p_note%                                  :Note
  51. #
  52. # AUDIO CD TRACK INFORMATION (FREEDB/CDDB)
  53. #
  54. # %a_ARTIST%                                :Artist name
  55. # %a_ALBUM%                                 :Album name
  56. # %a_YEAR%                                  :Year
  57. # %a_GENRE%                                 :Genre
  58. # %a_TRACK_STACK%                           :A complete list of tracks and times. eg. [01) TRACK01 - 4:45]
  59. # %a_NAME[NN]                               :Spc. Track-name for track number NN eg. %a_NAME01%
  60. # %a_TIME[NN]                               :Spc. Track-time for track number NN eg. %a_TIME01%
  61. #
  62. #
  63. # COMMON CDIndexer data
  64. #-------------------------------------------------------------------------------------------------------------
  65. # c_time                                    : Time
  66. # c_date                                    : Date
  67. # c_now                                     : System date and time (combined)
  68. # c_cix_file                                : Current database (CIX file)
  69. #
  70. # TextRect Effect constants:
  71. #-------------------------------------------------------------------------------------------------------------
  72. # DT_BOTTOM
  73. # DT_CALCRECT
  74. # DT_CENTER
  75. # DT_CHARSTREAM
  76. # DT_DISPFILE
  77. # DT_EXPANDTABS
  78. # DT_EXTERNALLEADING
  79. # DT_INTERNAL
  80. # DT_LEFT
  81. # DT_METAFILE
  82. # DT_NOCLIP
  83. # DT_PLOTTER
  84. # DT_NOPREFIX
  85. # DT_RASCAMERA
  86. # DT_RASDISPLAY
  87. # DT_RASPRINTER
  88. # DT_RIGHT
  89. # DT_SINGLELINE
  90. # DT_TABSTOP
  91. # DT_TOP
  92. # DT_VCENTER
  93. # DT_WORDBREAK ' WORDWRAP !
  94. #
  95. # NOTE!
  96. # DT_VCENTER only works with DT_SINGLELINE.
  97. #
  98. # The constants can be bitwise or'ed. using this syntax:
  99. #
  100. # DT_CENTER DT_VCENTER DT_WORDBREAK ' Example! Using SPACE as OR. Leave empty if no effects (,,)
  101. #
  102. #
  103. # API (DRAW,TEXT and formating)
  104. # ------------------------------------------
  105. # Box:x1,y1,x2,y2,line-size,color,fillcolor,line-style
  106. # Line:x1,y1,x2,y2,line-size,color,line-style
  107. # Text:x,y,color,angle,font-name,font-size,font-bold,font-italic,text
  108. # TextRect:x1,y1,x2,y2,color,effect,font-name,font-size,font-bold,font-italic,text
  109. # picture:x,y,width,height,autoscale,source;
  110. # formating:
  111. # $(numeric value,string-format)
  112. # if_file_exist:{evaluate,trueprar,falsepart}
  113. # if_field_exist:{evaluate,trueprar,falsepart}
  114. #
  115. # ALL methods/functions must be terminated with a leading ; (semo-colon)
  116. #
  117. # EXAMPLES:
  118. # ------------------------------------------
  119. # box:0,0,275,184,1,#000000,#FFFFFF,1;
  120. # line:130,0,130,184,1,#000000,0;
  121. # text:134,155,#000000,90,Tahoma,16,true,false,%TITLE%;
  122. # textrect:10,10,120,135,#000000,0,Tahoma,10,false,false,%p_DESCRIPTION%;
  123. # picture:150,10,120,170,true,%picture%;
  124. #
  125. #if_file_exist:{\pictures\%p_media%.gif|picture:130,170,15,14,true,\pictures\%p_media%.gif;|text:130,170,#000000,0,Tahoma,8,true,false,%disktype%;}
  126. #
  127. #if_field_exist:{\pictures\%p_media%.gif|picture:130,170,15,14,true,\pictures\%p_media%.gif;|text:130,170,#000000,0,Tahoma,8,true,false,%disktype%;}
  128. #
  129. #
  130. # format example:
  131. #
  132. # To format the number 1 to 0001 etc.
  133. # $(1,0000)
  134. #
  135. # Example : text:134,155,#000000,90,Tahoma,16,true,false,$(%id%,0000); will return 1 = 0001, 2 = 0002, 345 = 0345
  136.  
  137.  
  138.  
  139. # Good luck !
  140.  
  141.  
  142.  
  143. ############################################
  144. ## CD Juwelcase cover
  145. ## AUTHOR: Brian N. Bergh
  146. ############################################
  147. # front box
  148. box:15,15,135,135,1,#000000,#FFFFFF,1;
  149.  
  150. # Front Description (is overwritten by picture, if any!)
  151. TextRect:15,15,135,133,#000000,DT_CENTER OR DT_SINGLELINE OR DT_VCENTER,Tahoma,16,true,false,%a_ALBUM%;
  152.  
  153. # picture:x,y,width,height,autoscale,source;
  154. picture:15.5,15.5,119,119,true,%picture%;
  155.